projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6f3e20
)
(Regexp Search): Minor wording change from RMS.
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 21 Oct 2008 19:55:07 +0000
(19:55 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 21 Oct 2008 19:55:07 +0000
(19:55 +0000)
doc/lispref/searching.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/searching.texi
b/doc/lispref/searching.texi
index e5846028cfd72d61d95da3289f64b87d31d1cd0f..a210d22ba77ac9754f7cff53e87c5f49fe42e234 100644
(file)
--- a/
doc/lispref/searching.texi
+++ b/
doc/lispref/searching.texi
@@
-1062,8
+1062,8
@@
the match is available as @code{(match-end 0)}. @xref{Match Data}.
@end defun
@defun string-match-p regexp string &optional start
-This predicate function does what @code{string-match} does, but it
has
-
no side effect of
modifying the match data.
+This predicate function does what @code{string-match} does, but it
+
avoids
modifying the match data.
@end defun
@defun looking-at regexp